home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / Thumbnail.pod < prev    next >
Text File  |  2009-04-29  |  1KB  |  102 lines

  1. =head1 NAME
  2.  
  3. Gnome2::Thumbnail
  4.  
  5. =cut
  6.  
  7. =for object Gnome2::Thumbnail
  8. =cut
  9.  
  10.  
  11.  
  12.  
  13. =head1 METHODS
  14.  
  15. =head2 boolean = $pixbuf-E<gt>B<has_uri> ($uri)
  16.  
  17. =over
  18.  
  19. =item * $uri (string) 
  20.  
  21. =back
  22.  
  23. =head2 boolean = $pixbuf-E<gt>B<is_valid> ($uri, $mtime)
  24.  
  25. =over
  26.  
  27. =item * $uri (string) 
  28.  
  29. =item * $mtime (a timestamp) 
  30.  
  31. =back
  32.  
  33. =head2 string = Gtk2::Gdk::Pixbuf-E<gt>B<md5> ($uri)
  34.  
  35. =over
  36.  
  37. =item * $uri (string) 
  38.  
  39. =back
  40.  
  41. =head2 string = Gtk2::Gdk::Pixbuf-E<gt>B<path_for_uri> ($uri, $size)
  42.  
  43. =over
  44.  
  45. =item * $uri (string) 
  46.  
  47. =item * $size (Gnome2::ThumbnailSize) 
  48.  
  49. =back
  50.  
  51. =head2 pixbuf = $pixbuf-E<gt>B<scale_down_pixbuf> ($dest_width, $dest_height)
  52.  
  53. =over
  54.  
  55. =item * $dest_width (integer) 
  56.  
  57. =item * $dest_height (integer) 
  58.  
  59. =back
  60.  
  61.  
  62.  
  63. =cut
  64.  
  65.  
  66. =head1 ENUMS AND FLAGS
  67.  
  68. =head2 enum Gnome2::ThumbnailSize
  69.  
  70. =over
  71.  
  72. =item * 'normal' / 'GNOME_THUMBNAIL_SIZE_NORMAL'
  73.  
  74. =item * 'large' / 'GNOME_THUMBNAIL_SIZE_LARGE'
  75.  
  76. =back
  77.  
  78.  
  79.  
  80.  
  81. =cut
  82.  
  83.  
  84. =head1 SEE ALSO
  85.  
  86. L<Gnome2>
  87.  
  88.  
  89. =cut
  90.  
  91.  
  92. =head1 COPYRIGHT
  93.  
  94. Copyright (C) 2003-2004 by the gtk2-perl team.
  95.  
  96. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  97.  
  98.  
  99.  
  100. =cut
  101.  
  102.